Disallow clippy warnings
authorFelix Krull <f_krull@gmx.de>
Fri, 31 May 2019 08:49:33 +0000 (10:49 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000 (12:53 -0400)
Let's see if that comes back to bite me

rust-bindings/rust/.gitlab-ci.yml

index 3ab95f374af8da10eae5d060807f48a89f6703a2..fa0ff107823492a9d016d3a9c40c7350d165ab22 100644 (file)
@@ -31,7 +31,7 @@ check:
   script:
   - rustup component add clippy rustfmt
   - cargo fmt --all -- --check
-  - cargo clippy --all ${CURRENT_FEATURES}
+  - cargo clippy --all ${CURRENT_FEATURES} -- -D warnings
 
 gir:
   stage: check